inc

operator fun inc(): NonZeroInt

Returns this value incremented by 1. If this value equals -1, it returns 1 instead. If this value is the maximum, it returns the minimum value instead.